Feature/updater#33
Conversation
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
|
It seems that I always get a response like "the provided information was not sufficient" compared to the For example: |
Most likely it is not ingested |
Yes, looks like something with import or ingestion. Tried to run the import with |
| return all_documents | ||
|
|
||
|
|
||
| def process_delta_imports( |
There was a problem hiding this comment.
It seems that process_delta_imports and _delta_by_source is the only place where index or update_documents is called, and process_delta_imports is not called from anywhere. I suppose it should be called either during or after importer/main.py::main runs.
Previously it was handled after import, but the function which was used to start it disappeared at this point:
1d757c8#diff-3562c2e63dafe5160aaee2cf765616db62686b3a77d8aab94c9da894bb6fe4e3L202-L205
So the question would be: at which point process_delta_imports should be called?
There was a problem hiding this comment.
True, should be calle din main, will update
Example of |
'Path' was Changed to 'source' at some point |
No description provided.